openssh: strip openssh-sftp-server dependencies, notably openssl
authorCatalin Patulea <[email protected]>
Sat, 14 Jun 2014 05:13:47 +0000 (01:13 -0400)
committerCatalin Patulea <[email protected]>
Tue, 17 Jun 2014 01:29:56 +0000 (21:29 -0400)
commit99c6c3d830156ce13f415c698343353c477cd9f9
tree0d05aa7979a4d91a2c250e778b07cea1e5f31972
parent3d44a5520c26d0f7918b9f11bad724c79be6a83d
openssh: strip openssh-sftp-server dependencies, notably openssl

openssh-sftp-server is actually a tiny binary that has nearly no dependencies:
$ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.0

Stripping its DEPENDS allows building a system with SFTP support, without
pulling in OpenSSL.
net/openssh/Makefile